-
-
Save alex-authlab/3ec60099ce9fd71c24c08e9e1b841a2d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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