Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unreachable code #111

Open
IanDelMar opened this issue Dec 24, 2024 · 0 comments
Open

Unreachable code #111

IanDelMar opened this issue Dec 24, 2024 · 0 comments

Comments

@IanDelMar
Copy link

IanDelMar commented Dec 24, 2024

if (get_bloginfo ( 'version' ) < '3.3' || true)
return;
add_action ( 'admin_enqueue_scripts', array (
$this,
'wptuts_pointer_load'
), 1000 );
add_filter ( 'postman_admin_pointers-settings_page_postman', array (
$this,
'wptuts_register_pointer_testing'
) );

if (PostmanUtils::isAdmin () && false) {
$p ['postman16_log'] = array (
'target' => '.configure_manually',
'options' => array (
'content' => '',
'position' => array (
'edge' => 'top',
'align' => 'left'
)
)
);
return $p;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant