Changeset 3116651
- Timestamp:
- 07/11/2024 06:50:55 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skyword-publishing-api/tags/1.1.3/php/routes/class-skyword-posts.php
r3116645 r3116651 377 377 } 378 378 379 $options = get_option( 'skyword_api_plugin_options' ); 379 380 if ($options['skyword_align_class_conversion']) { 380 381 // Adjust to WP align attributes … … 402 403 } 403 404 404 error_log( $newBody );405 405 $newPost['post_content'] = wp_kses_post($newBody . $trackingTagShortcode); 406 406 }
Note: See TracChangeset
for help on using the changeset viewer.