Changeset 3194418
- Timestamp:
- 11/21/2024 06:50:23 PM (16 months ago)
- Location:
- dynamic-post/trunk
- Files:
-
- 3 edited
-
post-types/post_type_dynamic_post.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
wp_plugin_dynamic_post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dynamic-post/trunk/post-types/post_type_dynamic_post.php
r3158371 r3194418 333 333 } 334 334 335 /*custom code added to convert iframe to embed*/ 336 for ($i = 0; $i < count($data->articlelist); $i++) { 337 $data->articlelist[$i]->article_body = $this->convertIframeToEmbed($data->articlelist[$i]->article_body); 338 } 335 /*custom code added to convert iframe to embed*/ 336 337 if (isset($data->articlelist) && is_countable($data->articlelist)) { 338 for ($i = 0; $i < count($data->articlelist); $i++) { 339 $data->articlelist[$i]->article_body = $this->convertIframeToEmbed($data->articlelist[$i]->article_body); 340 } 341 } 339 342 340 343 /*END custom code added to convert iframe to embed*/ -
dynamic-post/trunk/readme.txt
r3158371 r3194418 5 5 Tags: financial articles,financial content,CPA content, tax content,free seo content,syndicate articles,blog content,articles for my blog,financial news,business articles,cpa articles,accounting news,cpa newsletter,business newsletter,financial newsletter,accountant newsletter 6 6 Requires at least: 3.0 7 Tested up to: 6. 6.28 Stable tag: 4.0 47 Tested up to: 6.7.1 8 Stable tag: 4.06 9 9 License: GPLv2 or later, Contact sales@service2client.com for duel licensing options. 10 10 -
dynamic-post/trunk/wp_plugin_dynamic_post.php
r3158371 r3194418 4 4 Plugin URI: https://www.service2client.com/dynamicpost 5 5 Description: Auto post Service2Clients Dynamic Content articles to your blog on a monthly basis. CPA Content, Tax Content, Accounting Content. 6 Version: 4.0 46 Version: 4.06 7 7 Author: Service2Client 8 8 Author URI: https://www.service2client.com
Note: See TracChangeset
for help on using the changeset viewer.