Changeset 58127
- Timestamp:
- 05/10/2024 09:11:44 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/interactivity-api/class-wp-interactivity-api.php
r57841 r58127 209 209 add_action( 'wp_enqueue_scripts', array( $this, 'register_script_modules' ) ); 210 210 add_action( 'wp_footer', array( $this, 'print_client_interactivity_data' ) ); 211 212 add_action( 'admin_enqueue_scripts', array( $this, 'register_script_modules' ) ); 213 add_action( 'admin_print_footer_scripts', array( $this, 'print_client_interactivity_data' ) ); 211 214 } 212 215
Note: See TracChangeset
for help on using the changeset viewer.