This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Register Custom Hook | |
* @since 1.0 | |
* @version 1.0 | |
*/ | |
add_filter( 'mycred_setup_hooks', 'mycred_pro_register_publish_content_category_hook' ); | |
function mycred_pro_register_publish_content_category_hook( $installed ) { | |
$installed['publish_category_content'] = array( | |
'title' => __( '%plural% for Publishing Content (Categories)', 'mycred' ), |