jetpack_learn_more_button_ . $module

jetpack_learn_more_button_ . $module

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('jetpack_learn_more_button_ . $module') is found 1 times:

  • /class.jetpack-admin.php line 288
    				 * The dynamic part of the action, $module, is the module slug.
    				 *
    				 * @since 3.0.0
    				 */
    				do_action( 'jetpack_learn_more_button_' . $module );
    				$module_array['learn_more_button'] = ob_get_clean();
    
    				ob_start();
    				/**
    				 * Allow the display of information text when Jetpack is connected to WordPress.com.
    				 * The dynamic part of the action, $module, is the module slug.