Skip to content

Commit

Permalink
Rename requirements config file
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitpore committed Apr 29, 2019
1 parent e19e008 commit bf8a348
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-name/plugin-name.php
Expand Up @@ -35,7 +35,7 @@ function plugin_requirements_checker() {

if ( null === $requirements_checker ) {
require_once plugin_dir_path( __FILE__ ) . 'includes/class-requirements-checker.php';
$requirements_conf = apply_filters( 'plugin_name_minimum_requirements', include_once( plugin_dir_path( __FILE__ ) . 'requirements.php' ) );
$requirements_conf = apply_filters( 'plugin_name_minimum_requirements', include_once( plugin_dir_path( __FILE__ ) . 'requirements-config.php' ) );
$requirements_checker = new Plugin_Name\Includes\Requirements_Checker( $requirements_conf );
}

Expand Down
File renamed without changes.

0 comments on commit bf8a348

Please sign in to comment.