diff --git a/env-sample b/env-sample index c41cfbd..c5f0fa1 100644 --- a/env-sample +++ b/env-sample @@ -4,7 +4,7 @@ MYSQL_DATABASE=wordpress # Only first build WP_ROOT=/var/www/html WP_URL=http://localhost -WP_VERSION=4.8.2 +WP_VERSION=4.9.5 WP_DB_PREFIX=wp_ WP_ADMIN_USER=root WP_ADMIN_PASSWORD=root diff --git a/wp/wp-content/themes/sampletheme/functions/acf.php b/wp/wp-content/themes/sampletheme/functions/acf.php new file mode 100644 index 0000000..b91b307 --- /dev/null +++ b/wp/wp-content/themes/sampletheme/functions/acf.php @@ -0,0 +1,58 @@ + "OPTION", + 'menu_title' => "OPTION", + 'menu_slug' => 'acf-options', + )); + } +} +//add_action('init','display_acf_option_page'); \ No newline at end of file