Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alex-authlab/3ec60099ce9fd71c24c08e9e1b841a2d to your computer and use it in GitHub Desktop.
Save alex-authlab/3ec60099ce9fd71c24c08e9e1b841a2d 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