Completed

Correção Erro Wordpress

Published on the October 04, 2016 in IT & Programming

About this project

Open

Corrigir erro de acesso ao wp-admin do wordpress

wp-includes/pluggable.php on line 1203



function wp_redirect($location, $status = 302) {
    global $is_IIS;

    /**
     * Filter the redirect location.
     *
     * @Since 2.1.0
     *
     * @param string $location The path to redirect to.
     * @Param int    $status  Status code to use.
     */
    $Location = apply_filters( 'wp_redirect', $location, $status );

    /**
     * Filter the redirect status code.
     *
     * @Since 2.3.0
     *
     * @param int    $status  Status code to use.
     * @Param string $location The path to redirect to.
     */
    $status = apply_filters( 'wp_redirect_status', $status, $location );

    if ( ! $location )
        return false;

    $location = wp_sanitize_redirect($location);

    if ( !$is_IIS && PHP_SAPI != 'cgi-fcgi' )
        status_header($status); // This causes problems on IIS and some FastCGI setups

    header("Location: $location", true, $status);

    return true;

Category IT & Programming
Subcategory Web design
What is the scope of the project? Small update to an existing design
Is this a project or a position? Project
I currently have I have specifications
Required availability As needed
Experience in this type of projects Yes (I have managed this kind of project before)
Specific need Other
Other Web Design Corrigir erro de acesso ao painel do wordpress wp-includes/pluggable.php on line 1203

Delivery term: October 05, 2016

Skills needed

Other projects posted by M. V. S.