APP_Meta_Box::__construct( string $id, string $title, string|array $post_types = 'post', string $context = 'advanced', string $priority = 'default' )

Sets up metabox.


Package


    Description Description


    Parameters Parameters

    $id

    (string) (Required)

    $title

    (string) (Required)

    $post_types

    (string|array) (Optional) (optional)

    Default value: 'post'

    $context

    (string) (Optional) (optional)

    Default value: 'advanced'

    $priority

    (string) (Optional) (optional)

    Default value: 'default'


    Top ↑

    Return Return

    (void)


    Premium WordPress Apps

    Top ↑

    User Contributed Notes User Contributed Notes

    You must log in before being able to contribute a note or feedback.