w3tc_extension_plugin_links_{$extension}

w3tc_extension_plugin_links_{$extension}

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

See hook in core

Displaying hooks found in version: w3-total-cache.2.7.0

apply_filters('w3tc_extension_plugin_links_{$extension}') is found 1 times:

  • /inc/options/extensions/list.php line 109
    							if ( isset( $meta['extra_links'] ) && is_Array( $meta['extra_links'] ) ) {
    								$extra_links = array_merge( $extra_links, $meta['extra_links'] );
    							}
    
    							$extra_links = apply_filters( "w3tc_extension_plugin_links_{$extension}", $extra_links );
    							$links       = implode( ' | ', $extra_links );
    
    							if ( $links ) {
    								echo wp_kses(
    									$links,
    									array(