Skip to content

Commit 8c0d9eb

Browse files
authored
Add plugin dependencies (#173)
1 parent 56600b1 commit 8c0d9eb

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

wp-graphql-yoast-seo.php

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
<?php // phpcs:ignore
22

33
/**
4-
* Plugin Name: Add WPGraphQL SEO
5-
* Plugin URI: https://github.com/ashhitch/wp-graphql-yoast-seo
6-
* Description: A WPGraphQL Extension that adds support for Yoast SEO
7-
* Author: Ash Hitchcock
8-
* Author URI: https://www.ashleyhitchcock.com
9-
* Text Domain: wp-graphql-yoast-seo
10-
* Domain Path: /languages
11-
* Version: 4.22.5
4+
* Plugin Name: Add WPGraphQL SEO
5+
* Plugin URI: https://github.com/ashhitch/wp-graphql-yoast-seo
6+
* Description: A WPGraphQL Extension that adds support for Yoast SEO
7+
* Author: Ash Hitchcock
8+
* Author URI: https://www.ashleyhitchcock.com
9+
* Text Domain: wp-graphql-yoast-seo
10+
* Domain Path: /languages
11+
* Version: 4.22.5
12+
* Requires Plugins: wp-graphql, wordpress-seo
1213
*
13-
* @package WP_Graphql_YOAST_SEO
14+
* @package WP_Graphql_YOAST_SEO
1415
*/
1516

1617
if (!defined('ABSPATH')) {

0 commit comments

Comments
 (0)