This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "landingPage": "/wp-admin/edit.php?post_type=phpx_app", | |
| "preferredVersions": { | |
| "php": "8.3", | |
| "wp": "latest" | |
| }, | |
| "steps": [ | |
| { | |
| "step": "login" |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "landingPage": "/wp-admin/edit.php?post_type=phpx_app", | |
| "preferredVersions": { | |
| "php": "8.3", | |
| "wp": "latest" | |
| }, | |
| "steps": [ | |
| { | |
| "step": "login" | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "landingPage": "/wp-admin/edit.php", | |
| "preferredVersions": { | |
| "php": "8.3", | |
| "wp": "latest" | |
| }, | |
| "steps": [ | |
| { | |
| "step": "login" | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| Plugin Name: WP Ultimo: Language on Sign-up | |
| Description: Add a language selection field to the sign-up flow. The languages need to be installed in order for the selected language to work. | |
| Version: 1.0 | |
| Author: Arindo (WP Ultimo) | |
| Author URI: https://wpultimo.com | |
| License: GPLv2 or later | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| Plugin Name: NOME DO PLUGIN | |
| Plugin URI: LINK DO SITE DO PLUGIN | |
| Description: DESCRIÇÃO DO PLUGIN, QUE APARECERÁ NA LISTA DE PLUGINS | |
| Version: 1.0.0 | |
| Author: AUTOR | |
| Author URI: LINK DO SITE DO AUTOR | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Sign-up Class | |
| * | |
| * Here we replace the default WordPress sign-up page with our own custom page | |
| * divided by steps | |
| * | |
| * @since 1.4.0 Clean Up, Steps and Fields API, extendable registering using meta-fields on the user; | |
| * @since 1.2.0 Template selection with filtering; | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| Plugin Name: Timezone on Sign-up | |
| Description: Add a timezone field to the sign-up flow | |
| Version: 1.0 | |
| Author: Arindo (WP Ultimo) | |
| Author URI: https://wpultimo.com | |
| License: GPLv2 or later | |
| */ |