sm::attachment::meta

sm::attachment::meta

Hook Type: filter

See hook in core

Displaying hooks found in version: wp-stateless.3.4.1

apply_filters('sm::attachment::meta') is found 1 times:

  • /lib/classes/class-bootstrap.php line 890
                );
              }
            }
    
            $meta_boxes[] = apply_filters('sm::attachment::meta', array(
              'id'         => 'sm-attachment-metabox',
              'title'      => __('Stateless', ud_get_stateless_media()->domain),
              'post_types' => 'attachment',
              //'media_modal' => true,
              //set context `side` for left column
              'context'    => 'normal',