so_panels_show_add_new_dropdown_for_type

so_panels_show_add_new_dropdown_for_type

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

See hook in core

Displaying hooks found in version: siteorigin-panels.2.29.9

apply_filters('so_panels_show_add_new_dropdown_for_type') is found 1 times:

  • /inc/admin.php line 1941
    			$so_custom_types = $cpt_builder->get_post_types();
    			$show = $show && ! isset( $so_custom_types[ $post_type ] );
    		}
    
    		return apply_filters( 'so_panels_show_add_new_dropdown_for_type', $show, $post_type );
    	}
    
    	public function add_panels_post_state( $post_states, $post ) {
    		$panels_data = get_post_meta( $post->ID, 'panels_data', true );
    
    		if ( ! empty( $panels_data ) ) {