Site icon Hip-Hop Website Design and Development

The way to change the placement of admin discover in html with out utilizing Javascript?

I’m including an admin discover by way of the traditional admin_notice hook in my plugin:

operate my_admin_notice() { ?>
    <div class="discover notice-info is-dismissible">
        <p><?php _e( 'some message', 'my-text-domain' ); ?></p>
    </div>
    <?php
}

if ( my_plugin_show_admin_notice() )
  add_action( 'admin_notices', 'my_admin_notice' );

How can I management the place wordpress locations the admin discover, within the html on the present display, with out utilizing Javascript?