Changeset 2538346
- Timestamp:
- 05/27/2021 05:58:52 AM (5 years ago)
- Location:
- audiate-me/trunk
- Files:
-
- 2 edited
-
audiate.php (modified) (1 diff)
-
includes/audiate-widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
audiate-me/trunk/audiate.php
r2486766 r2538346 8 8 * Plugin URI: https://www.audioplace.me 9 9 * Description: Transform your content into audio to reach a larger audience with our Text-to-Speech widget. 10 * Version: 1.2. 710 * Version: 1.2.8 11 11 * Author: Audioplace.Me 12 12 * License: GPLv2 or later -
audiate-me/trunk/includes/audiate-widget.php
r2381071 r2538346 154 154 $allowedPostTypes = array('post', 'page'); 155 155 156 if (is_singular($allowedPostTypes) && i s_single() && in_the_loop() && is_main_query()) {156 if (is_singular($allowedPostTypes) && in_the_loop() && is_main_query()) { 157 157 if(!isset($this->options['position_4']) || $this->options['position_4'] === 'before_content') { 158 158 $widget = $this->get_code();
Note: See TracChangeset
for help on using the changeset viewer.