Support Forum
No, I dont believe there is... I thought we might have left a filter in there when we changed this some number of versions back (by popular request by the way)... but not seeing it right now... may need @yellow-swordfish to weigh in tomorrow morning... always felt this day was coming with the change - surprised it took this long 🙂 even though the masses clearly wanted this change... still hoping we have a filter to override...
more in AM...
Visit Cruise Talk Central and Mr Papa's World
Try the following. This should return things to the way they used to be for all new posts and quotes after the new code is in place.
If it does not exist - add a NEW php file in your '/wp-content' folder named:
sp-user-functions.php - exactly as shown and add the following code. Note - NO spaces/empty lines must be above the opening php tag or below the closing php tag.
<?php add_filter('sph_quote_content', 'quote_as_original_sp', 10, 2); function quote_as_original_sp($content, $original) { return $original; } ?>
And save.
do let us know if that returns things back to the old method for you.
YELLOW
SWORDFISH
|