WordPress n SEO Specialist at @the-events-calendar
-
GugaAlves.net
- Rio de Janeiro, Brazil
-
22:30
(UTC -03:00) - https://gugaalves.net
- @GugaAlves
Pinned Loading
-
jesselawson/easy-author-image
jesselawson/easy-author-image PublicThe Easy Author Image Plugin for WordPress.
PHP 7
-
WordPress - Customizing Login, Regis...
WordPress - Customizing Login, Register and Lost Password pages 1/*
2*
3* This CSS template will customize WordPress.org login pages:
4*
5* Login page: /wp-login.php
-
Vendo qual arquivo do tema está roda...
Vendo qual arquivo do tema está rodando! 12add_action('admin_bar_menu', 'show_template');
3function show_template() {
4global $template;
5print_r($template);
-
Redirecionar usuários
Redirecionar usuários 1//Redirecionar o usuário após o login
2function redirect_user_login() {
3if (!current_user_can('manage_woocommerce')) {
4$url = home_url(); //redirecionar pra home
5return $url
-
send_mail_post_pending.php
send_mail_post_pending.php 1<?php
23/*
4Enviar e-mail para o administrador se houver posts para revisão
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.