Skip to content

Instantly share code, notes, and snippets.

@reachkamrul
Created November 11, 2020 11:32
Show Gist options
  • Save reachkamrul/58bdc0e47607d9b15897fc8f21c8f2f7 to your computer and use it in GitHub Desktop.
Save reachkamrul/58bdc0e47607d9b15897fc8f21c8f2f7 to your computer and use it in GitHub Desktop.
add_filter('ninja_table_raw_sql_placeholders', function ($value) {
$value['{name}'] = 'kamrul';
return $value;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment