rwmb_after

rwmb_after

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wp-stateless.4.1.2

do_action('rwmb_after') is found 1 times:

  • /vendor/wpmetabox/meta-box/inc/meta-box.php line 224
    221
    222
    223
    224
    225
    226
    227
    228
    229
        // Allow users to add custom code after meta box content.
        // 1st action applies to all meta boxes.
        // 2nd action applies to only current meta box.
        do_action( 'rwmb_after', $this );
        do_action( "rwmb_after_{$this->id}", $this );
     
        // End container.
        echo '</div>';
    }

See this hook used in plugins: