Changeset 9951
- Timestamp:
- 06/03/2020 02:32:17 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-helphub/inc/helphub-post-types/classes/class-helphub-post-types.php
r9906 r9951 118 118 public function __construct() { 119 119 $this->token = 'helphub'; 120 $this->plugin_url = plugin_dir_url( __ FILE__ );120 $this->plugin_url = plugin_dir_url( __DIR__ ); 121 121 $this->plugin_path = plugin_dir_path( __FILE__ ); 122 122 $this->version = '1.0.0';
Note: See TracChangeset
for help on using the changeset viewer.