$feature ) : ?>

0

getName() ); ?>

getDescription() ); ?>

getComponent() ) )->getNamespaceName(); $name = ( new \ReflectionClass( $hook->getComponent() ) )->getShortName(); $namespaceKey = str_replace( '\\', '_', strtolower( $namespace ) ); $hookName = preg_replace( '/[^A-Za-z0-9_]/', '', strtolower( $hook->getHook() ) ); $callbackName = preg_replace( '/[^A-Za-z0-9_]/', '', strtolower( $hook->getCallback() ) ); $bingopress_status = sprintf( 'hooks_%s_%s_%s_%s', $namespaceKey, strtolower( $name ), $hookName, $callbackName ); $bingopress_status = ( isset( $options->bingopress_hooks->$bingopress_status ) ) ? $options->bingopress_hooks->$bingopress_status : $hook->isStatus(); // Option Exists $bingopress_status = ( $bingopress_status=='true' ) ? true : false; // Grab option status if ( $bingopress_status == true || $hook->isMandatory() ) { $active_hooks++; } $key = sprintf( 'hooks_%s_%s_%s_%s', $namespaceKey, strtolower( $name ), $hookName, $callbackName ); ?>
isMandatory() ) { ?>

:

Hook : getHook() ); ?>
Callback : getCallback() ); ?>
Description : getDescription() ) ) ? esc_attr( $hook->getDescription() ) : ''; ?>