Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $columns = get_option('columns', $params['id']);
  2. if ($columns) {
  3. $columns = $columns;
  4. } elseif (isset($params['data-columns'])) {
  5. $columns = $params['data-columns'];
  6. } else {
  7. $columns = 'col-12 col-sm-6 col-md-4 col-lg-3';
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement