Plugin Directory

Changeset 3116651


Ignore:
Timestamp:
07/11/2024 06:50:55 PM (21 months ago)
Author:
skyword
Message:

Get options array before checking! Also remove temporary logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skyword-publishing-api/tags/1.1.3/php/routes/class-skyword-posts.php

    r3116645 r3116651  
    377377            }
    378378
     379            $options = get_option( 'skyword_api_plugin_options' );
    379380            if ($options['skyword_align_class_conversion']) {
    380381                // Adjust to WP align attributes
     
    402403            }
    403404
    404             error_log( $newBody );
    405405            $newPost['post_content'] = wp_kses_post($newBody . $trackingTagShortcode);
    406406        }
Note: See TracChangeset for help on using the changeset viewer.