Changeset 3143146
- Timestamp:
- 08/28/2024 06:35:44 PM (20 months ago)
- Location:
- contentify-ai/trunk
- Files:
-
- 2 edited
-
index.php (modified) (5 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
contentify-ai/trunk/index.php
r3133009 r3143146 3 3 Plugin Name: Contentify AI 4 4 Description: This plugin is a Contentify Editor AI (Co-Editor). It publishes and optimize the content that Contentify Writer AI (Co-Writer) generates. 5 Version: 1.5. 25 Version: 1.5.3 6 6 Author: Contentify Team 7 7 Text Domain: contentify-ai … … 379 379 remove_filter('content_save_pre', 'wp_filter_post_kses'); 380 380 381 // Temporarily disable wpautop 382 remove_filter('the_content', 'wpautop'); 383 381 384 382 385 // Create the post … … 393 396 394 397 add_filter('content_save_pre', 'wp_filter_post_kses'); 398 399 // Re-enable wpautop 400 add_filter('the_content', 'wpautop'); 395 401 396 402 … … 444 450 remove_filter('content_save_pre', 'wp_filter_post_kses'); 445 451 452 // Temporarily disable wpautop 453 remove_filter('the_content', 'wpautop'); 454 446 455 // Create the post 447 456 $post_id = wp_insert_post( … … 457 466 458 467 add_filter('content_save_pre', 'wp_filter_post_kses'); 468 469 // Re-enable wpautop 470 add_filter('the_content', 'wpautop'); 459 471 460 472 //Update Yoast SEO keyword, title, and description -
contentify-ai/trunk/readme.txt
r3133008 r3143146 5 5 Tested up to: 6.6.1 6 6 Requires PHP: 7.0 7 Stable tag: 1.5. 17 Stable tag: 1.5.3 8 8 License: MIT License 9 9 License URI: https://raw.githubusercontent.com/phosphor-icons/phosphor-home/master/LICENSE
Note: See TracChangeset
for help on using the changeset viewer.