jetpack_module_configurable_ . $module, false

jetpack_module_configurable_ . $module, false

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_module_configurable_ . $module, false') is found 1 times:

  • /class.jetpack-admin.php line 341
    					 *
    					 * @param string $module Module name.
    					 * @param bool false Should the Configure module link be displayed? Default to false.
    					 */
    					apply_filters( 'jetpack_module_configurable_' . $module, false )
    				) {
    					$module_array['configurable'] = sprintf( '<a href="%1$s">%2$s</a>', esc_url( $module_array['configure_url'] ), __( 'Configure', 'jetpack' ) );
    				}
    
    				$modules[ $module ] = $module_array;
    			}