Changeset 3290053
- Timestamp:
- 05/08/2025 05:02:25 PM (11 months ago)
- Location:
- sapientseo
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.10 (copied) (copied from sapientseo/trunk)
-
tags/1.0.10/inc/api/posts.php (modified) (1 diff)
-
tags/1.0.10/readme.txt (modified) (1 diff)
-
tags/1.0.10/sapientseo.php (modified) (1 diff)
-
trunk/inc/api/posts.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/sapientseo.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sapientseo/tags/1.0.10/inc/api/posts.php
r3290049 r3290053 75 75 76 76 foreach ($yoast_keys as $key) { 77 $seo[$key] = get_post_meta($post_id, $key, true); 78 } 79 } 80 81 // You can optionally collect your own custom SEO keys here 77 $seo[$key] = get_post_meta($post_id, $key, true) ?: ''; 78 } 79 } 82 80 83 81 return $seo; -
sapientseo/tags/1.0.10/readme.txt
r3290049 r3290053 4 4 Tested up to: 6.8 5 5 Requires PHP: 7.4 6 Stable tag: 1.0. 96 Stable tag: 1.0.10 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
sapientseo/tags/1.0.10/sapientseo.php
r3290049 r3290053 3 3 * Plugin Name: SapientSEO 4 4 * Description: Connect your WordPress site to SapientSEO using secure custom REST API endpoints. 5 * Version: 1.0. 95 * Version: 1.0.10 6 6 * Author: SapientSEO 7 7 * Plugin URI: https://sapientseo.ai -
sapientseo/trunk/inc/api/posts.php
r3290049 r3290053 75 75 76 76 foreach ($yoast_keys as $key) { 77 $seo[$key] = get_post_meta($post_id, $key, true); 78 } 79 } 80 81 // You can optionally collect your own custom SEO keys here 77 $seo[$key] = get_post_meta($post_id, $key, true) ?: ''; 78 } 79 } 82 80 83 81 return $seo; -
sapientseo/trunk/readme.txt
r3290049 r3290053 4 4 Tested up to: 6.8 5 5 Requires PHP: 7.4 6 Stable tag: 1.0. 96 Stable tag: 1.0.10 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
sapientseo/trunk/sapientseo.php
r3290049 r3290053 3 3 * Plugin Name: SapientSEO 4 4 * Description: Connect your WordPress site to SapientSEO using secure custom REST API endpoints. 5 * Version: 1.0. 95 * Version: 1.0.10 6 6 * Author: SapientSEO 7 7 * Plugin URI: https://sapientseo.ai
Note: See TracChangeset
for help on using the changeset viewer.