Changeset 3283686
- Timestamp:
- 04/28/2025 10:18:03 PM (11 months ago)
- Location:
- advanced-views-counter
- Files:
-
- 1 added
- 2 edited
-
assets/screenshot-4.jpg (added)
-
tags/1.0.0/inc/Admin/Menu.php (modified) (1 diff)
-
tags/1.0.0/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
advanced-views-counter/tags/1.0.0/inc/Admin/Menu.php
r3282400 r3283686 81 81 'capability' => 'manage_options', 82 82 'menu_slug' => $plugin_url . '/#/settings', 83 'function' => array($this, 'admin_page'),83 'function' => null, // Uses the same callback function as parent menu. 84 84 ), 85 85 ); -
advanced-views-counter/tags/1.0.0/readme.txt
r3282400 r3283686 40 40 Yes, you can choose display locations. 41 41 42 == Screenshots == 43 44 1. Modern WP Admin Dashboard in Light Mode. 45 2. Sleek WP Admin Dashboard in Dark Mode. 46 3. Powerful Settings Panel for Advanced Views Counter. 47 4. Views Counter on Post/Page. 42 48 43 49 == Contributing ==
Note: See TracChangeset
for help on using the changeset viewer.