cpierce42
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Having not gotten a response I have found the culprit.
Please update your plugin accordingly:The old code
wpautop(get_the_content());
Working new code:
//Line 99 in wpb-fp-shortcode.php $output .= wpautop(apply_filters('the_content', get_the_content()));
That’ll be $45. jk
Jokes aside, I’d really like it if your plugin processed shortcodes. If it never will, please let me know and I find another plugin so I have stable codebase.I am also having this issue. I attempted to test this plugin on my dev environment yesterday but to no avail. I set some expiration’s of posts all of which did not set said posts to ‘draft’.
2013-12-04 16:35:27 36 -> SCHEDULED at Thu, 05 Dec 2013 00:40:00 +0000 (1386204000) with options Array ( [expireType] => draft [id] => 36 ) 2013-12-04 16:35:27 36 -> UNSCHEDULED 2013-12-04 16:30:54 36 -> SCHEDULED at Thu, 05 Dec 2013 00:32:00 +0000 (1386203520) with options Array ( [expireType] => draft [id] => 36 ) 2013-12-04 16:30:54 36 -> UNSCHEDULED 2013-12-04 16:30:28 36 -> SCHEDULED at Thu, 05 Dec 2013 00:30:00 +0000 (1386203400) with options Array ( [expireType] => draft [id] => 36 ) 2013-12-04 16:30:27 36 -> UNSCHEDULED 2013-12-04 16:29:01 36 -> SCHEDULED at Wed, 04 Dec 2013 22:30:00 +0000 (1386196200) with options Array ( [expireType] => draft [id] => 36 ) 2013-12-04 16:29:01 36 -> UNSCHEDULED
Edit: My testing servers are xampp and linux (I tested on both and received the same result). WordPress and plugins: manual installation.
Viewing 3 replies - 1 through 3 (of 3 total)