Skip to content

Commit

Permalink
Updated plugin header
Browse files Browse the repository at this point in the history
  • Loading branch information
kkarpieszuk committed Oct 29, 2018
1 parent 668145d commit a7269a6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion plugin.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
<?php
/**
/*
Plugin Name: Native Custom Fields Meta Box and ACF
Description: Show WordPress native meta box for custom fields when Advanced Custom Fields plugin is active
Author: Konrad Karpieszuk
Author URI: http://muzungu.pl
Version: 1.0
License: GPL2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

add_filter( 'acf/settings/remove_wp_meta_box', '__return_false' );

0 comments on commit a7269a6

Please sign in to comment.