rwmb_oembed_not_available_string

rwmb_oembed_not_available_string

Hook Type: filter

See hook in core

Displaying hooks found in version: wp-stateless.4.1.2

apply_filters('rwmb_oembed_not_available_string') is found 1 times:

  • /vendor/wpmetabox/meta-box/inc/fields/oembed.php line 86
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
        if ( $not_available ) {
            $not_available = '<div class="rwmb-oembed-not-available">' . wp_kses_post( $not_available ) . '</div>';
        }
        $not_available = apply_filters( 'rwmb_oembed_not_available_string', $not_available );
     
        return $embed ? $embed : $not_available;
    }
     
    /**
     * Get field HTML.