Changeset 3052687
- Timestamp:
- 03/17/2024 01:54:41 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sortable-dashboard-to-do-list/assets/blueprints/blueprint.json
r3052686 r3052687 15 15 }, 16 16 { 17 "step": "runPHP",18 "code": "<?php add_action('wp_dashboard_setup','sdtdl_remove_meta_boxes');function sdtdl_remove_meta_boxes() {remove_meta_box( 'dashboard_activity', 'dashboard', 'normal');}"19 },20 {21 17 "step": "installPlugin", 22 18 "pluginZipFile": { … … 27 23 "activate": true 28 24 } 29 } 25 }, 26 { 27 "step": "runPHP", 28 "code": "<?php add_action('wp_dashboard_setup','sdtdl_remove_meta_boxes');function sdtdl_remove_meta_boxes() {remove_meta_box( 'dashboard_activity', 'dashboard', 'normal');}" 29 } 30 30 ] 31 31 }
Note: See TracChangeset
for help on using the changeset viewer.