Changeset 910491
- Timestamp:
- 05/08/2014 01:44:08 PM (12 years ago)
- Location:
- scheduled-contnet-by-streama/trunk
- Files:
-
- 2 edited
-
index.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
scheduled-contnet-by-streama/trunk/index.php
r910474 r910491 5 5 Description: Scheduled content enables you to schedule portions of a post or page and/or set an expiery date for that content. 6 6 Author: ThatBlogger 7 Version: 2.0 7 Author URI: http://thatblogger.co/ 8 Version: 2.1 8 9 License: GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 9 10 */ … … 48 49 if($curStamp >= $userTimeA){ 49 50 // Return the content 50 $return = $content;51 $return = do_shortcode($content); 51 52 } 52 53 }else{ … … 55 56 if($curStamp >= $userTimeA){ 56 57 // Return the content 57 $return = $content;58 $return = do_shortcode($content); 58 59 } 59 60 } -
scheduled-contnet-by-streama/trunk/readme.txt
r910478 r910491 26 26 The time is compared with your blog's time zone settings, if you set your time zone to local time zone it would be easy for you. Go to "General" settings of your wordpress dashboard, under "Time Zone" you can set the time zone you prefer. 27 27 28 Shortcodes will also run inside this shortcode!! 29 28 30 29 31 == Installation == … … 34 36 35 37 == Changelog == 38 39 = 2.1 = 40 * Add feature to allow shortcodes to be inside the scheduled content - http://wordpress.org/support/topic/shortcodes-in-scheduled-content 36 41 37 42 = 2.0 =
Note: See TracChangeset
for help on using the changeset viewer.