Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ohyeahdev/c2b69f25aade476305ef6758f669bc1f to your computer and use it in GitHub Desktop.
Save ohyeahdev/c2b69f25aade476305ef6758f669bc1f to your computer and use it in GitHub Desktop.
Opción más sencilla o básica de crear una página de opciones en con Advanced Custom Fields Pro
<?php
/*
* Description: Código que crear una página de opciones. Opción más sencilla.
* Tested with: ACF Pro V5.7
* Author: @ohyeahdev
* Author URI: https://www.ohyeahdev.com
*/
if( function_exists('acf_add_options_page') ) {
acf_add_options_page();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment