Changeset 1981795
- Timestamp:
- 11/28/2018 08:46:25 AM (7 years ago)
- Location:
- i-divi-post-settings/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
admin/class-divi-post-settings-admin.php (modified) (3 diffs)
-
includes/class-divi-post-settings.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
i-divi-post-settings/trunk/README.txt
r1981788 r1981795 5 5 Requires at least: 4.0 6 6 Tested up to: 5.0 7 Stable tag: 1.3. 27 Stable tag: 1.3.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
i-divi-post-settings/trunk/admin/class-divi-post-settings-admin.php
r1981788 r1981795 117 117 118 118 /** 119 * TODO: not working (at first launch theme mods don't apply!) 119 120 * Apply Theme Mods at first launch of the Visual Builder. 120 121 * … … 122 123 * 123 124 */ 124 public function set_initial_theme_mods_values($post)125 /* public function set_initial_theme_mods_values($post) 125 126 { 126 127 $post_id = get_the_ID(); … … 168 169 } 169 170 170 } 171 } */ 171 172 172 173 /** -
i-divi-post-settings/trunk/includes/class-divi-post-settings.php
r1981788 r1981795 22 22 23 23 $this->plugin_name = 'i-divi_post_settings'; 24 $this->version = '1.3. 2';24 $this->version = '1.3.3'; 25 25 26 26 $this->load_dependencies(); … … 74 74 $this->loader->add_action( 'admin_init', $plugin_admin, 'idivi_add_custom_metabox' ); 75 75 76 $this->loader->add_action( 'the_post', $plugin_admin, 'set_initial_theme_mods_values');76 //$this->loader->add_action( 'the_post', $plugin_admin, 'set_initial_theme_mods_values'); 77 77 78 78 $this->loader->add_filter( 'et_builder_page_settings_modal_toggles', $plugin_admin, 'idivi_add_page_toggles' );
Note: See TracChangeset
for help on using the changeset viewer.