Guest User

Untitled

a guest
Aug 18th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. add_filter( 'tokoo_ocdi_files_args', 'tk_use_demo_files' );
  2.  
  3. function tk_use_demo_files( $args ) {
  4. $args[0]['local_import_file'] = trailingslashit( get_template_directory() ) . 'assets/dummy-data/demo/dummy-data.xml';
  5. return $args;
  6. }
Add Comment
Please, Sign In to add comment