Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a class_exists to check if plugin is active (like is callable) #754

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Commits on Aug 1, 2018

  1. Adding a class exists for a plugin active check

    There is an is_callable to check if a function is defined but no class_exists, class_exists is more appropriate  IMO
    Tofandel authored Aug 1, 2018
    Configuration menu
    Copy the full SHA
    0207aa6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18d3db7 View commit details
    Browse the repository at this point in the history
  3. Update composer.json

    Tofandel authored Aug 1, 2018
    Configuration menu
    Copy the full SHA
    a9ce8cc View commit details
    Browse the repository at this point in the history
  4. Update composer.json

    Tofandel authored Aug 1, 2018
    Configuration menu
    Copy the full SHA
    477550a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f8127f View commit details
    Browse the repository at this point in the history
  6. Add is_defined as well

    Tofandel authored Aug 1, 2018
    Configuration menu
    Copy the full SHA
    d192da1 View commit details
    Browse the repository at this point in the history
  7. Adding is_defined

    Tofandel authored Aug 1, 2018
    Configuration menu
    Copy the full SHA
    0bc3e02 View commit details
    Browse the repository at this point in the history