aioseo_user_profile_tab_disable

aioseo_user_profile_tab_disable

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.4.7.4.2

apply_filters('aioseo_user_profile_tab_disable') is found 1 times:

  • /app/Common/Standalone/UserProfileTab.php line 34
    	 *
    	 * @return void
    	 */
    	public function enqueueScript() {
    		if ( apply_filters( 'aioseo_user_profile_tab_disable', false ) ) {
    			return;
    		}
    
    		$screen = aioseo()->helpers->getCurrentScreen();
    		if ( empty( $screen->id ) ) {
    			return;