<?php
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
return [
'title' => esc_html__( 'Ramble Grid', 'ultimate-post-kit' ),
'required' => true,
'default_activation' => true,
'has_style' => true,
];
Back to Directory