Changeset 10237 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/inc/post-meta.php
- Timestamp:
- 09/03/2020 11:57:12 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/inc/post-meta.php
r10169 r10237 7 7 8 8 defined( 'WPINC' ) || die(); 9 10 /** 11 * Actions and filters. 12 */ 13 add_action( 'init', __NAMESPACE__ . '\register' ); 14 add_action( 'add_meta_boxes', __NAMESPACE__ . '\add_workshop_metaboxes' ); 15 add_action( 'save_post_wporg_workshop', __NAMESPACE__ . '\save_workshop_metabox_fields', 10, 2 ); 9 16 10 17 /**
Note: See TracChangeset
for help on using the changeset viewer.