jetpack_widget_reordered, $sidebar, $sidebar_name
jetpack_widget_reordered, $sidebar, $sidebar_name
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jetpack_widget_reordered, $sidebar, $sidebar_name') is found 1 times:
- /jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php line 725
* * @param string $sidebar, Sidebar id got changed * @param string $sidebar_name, Name of the sidebar that changed Since 5.0.0 */ do_action( 'jetpack_widget_reordered', $sidebar, $sidebar_name ); } } /** * Handle the update of the sidebars and widgets mapping option. *