filter on the admin table

// this hook will create a new filter on the admin area for the specified post type add_action( ‚restrict_manage_posts‘, function($post_type){ if ($post_type != ‚contact‘) {

Read More

flex-direction

.tr-repeater { display: flex; flex-direction: column-reverse; } .tr-repeater-fields { display: flex; flex-direction: column-reverse; } .tr-repeater-fields .tr-repeater-group { margin-top:10px; }  

Read More