Mlp_Term_Translation::set_permastruct PHP Méthode

set_permastruct() private méthode

Update global WP_Rewrite instance
private set_permastruct ( string $taxonomy, string $struct ) : void
$taxonomy string
$struct string
Résultat void
    private function set_permastruct($taxonomy, $struct)
    {
        $this->wp_rewrite->extra_permastructs[$taxonomy]['struct'] = $struct;
    }