Slide 38
Slide 38 text
Manage Dependencies
• Use plugin_exists( ‘my-plugin’ ), class_exists( ‘MyClass’ ),
or function_exists( ‘my_awesome_function’ )
• TGM Plugin Activation
• Require / Recommend dependencies in your custom
themes and plugins
• Use composer
• custom plugin or theme with third party dependencies