Skip to content

Commit

Permalink
Add plugin dependencies (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanmomm authored Jun 7, 2024
1 parent 56600b1 commit 8c0d9eb
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions wp-graphql-yoast-seo.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<?php // phpcs:ignore

/**
* Plugin Name: Add WPGraphQL SEO
* Plugin URI: https://github.com/ashhitch/wp-graphql-yoast-seo
* Description: A WPGraphQL Extension that adds support for Yoast SEO
* Author: Ash Hitchcock
* Author URI: https://www.ashleyhitchcock.com
* Text Domain: wp-graphql-yoast-seo
* Domain Path: /languages
* Version: 4.22.5
* Plugin Name: Add WPGraphQL SEO
* Plugin URI: https://github.com/ashhitch/wp-graphql-yoast-seo
* Description: A WPGraphQL Extension that adds support for Yoast SEO
* Author: Ash Hitchcock
* Author URI: https://www.ashleyhitchcock.com
* Text Domain: wp-graphql-yoast-seo
* Domain Path: /languages
* Version: 4.22.5
* Requires Plugins: wp-graphql, wordpress-seo
*
* @package WP_Graphql_YOAST_SEO
* @package WP_Graphql_YOAST_SEO
*/

if (!defined('ABSPATH')) {
Expand Down

0 comments on commit 8c0d9eb

Please sign in to comment.