Changes between Initial Version and Version 1 of Ticket #53076, comment 10
- Timestamp:
- 03/18/2025 06:36:59 PM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #53076, comment 10
initial v1 9 9 add_action( 'plugins_loaded', 'wp_load_press_this' ); 10 10 }}} 11 12 (This idea is untested. Seems to be working at first look but there may be something that is expected to run before `plugins_loaded`.)