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.31.5

apply_filters('siteorigin_panels_layouts_result') is found 1 times:

  • /inc/admin-layouts.php line 396
    392
    393
    394
    395
    396
    397
    398
    399
    400
    401
    402
        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 ) ) {