jetpack_modules_list_table_js_template_callback, array( $this, js_templates

jetpack_modules_list_table_js_template_callback, array( $this, js_templates

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_modules_list_table_js_template_callback, array( $this, js_templates') is found 1 times:

  • /class.jetpack-modules-list-table.php line 111
    		 * @since 3.6.0
    		 *
    		 * @param array array( $this, 'js_templates' ) js_templates callback.
    		 */
    		add_action( 'admin_footer', apply_filters( 'jetpack_modules_list_table_js_template_callback', array( $this, 'js_templates' ) ), 9 );
    	}
    
    	/**
    	 * Output row template.
    	 */
    	public function js_templates() {