siteorigin_panels_layouts_result

siteorigin_panels_layouts_result

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

See hook in core

Displaying hooks found in version: siteorigin-panels.2.29.9

apply_filters('siteorigin_panels_layouts_result') is found 1 times:

  • /inc/admin-layouts.php line 333
    		if ( ! empty( $search ) ) {
    			$return['title'] .= __( ' - Results For:', 'siteorigin-panels' ) . ' <em>' . esc_html( $search ) . '</em>';
    		}
    
    		echo wp_json_encode( apply_filters( 'siteorigin_panels_layouts_result', $return, $type ) );
    
    		wp_die();
    	}
    
    	private function delete_file( $file ) {
    		if ( ! empty( $file ) && file_exists( $file ) ) {