Skip to content

Commit b261f3a

Browse files
committed
add get param to macro
1 parent f9973b0 commit b261f3a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

classes/display-condition-solid-dynamics-macro.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ function solid_dynamics_macro($macro) {
103103
};
104104

105105
return;
106+
case 'get':
107+
return $_GET[$field];
106108
// TODO: add option
107109
// case 'option':
108110
// $option = get_option($field);

0 commit comments

Comments
 (0)