in case you need to see the entire file from the dev of the plugin (file he mentionned in his answer) (look at private)
in case you need to see the entire file from the dev of the plugin (file he mentionned in his answer) (look at private)
ok i remove file that i have copied from framework folder to the child theme.
thanks
ACCESS ON THE PRIVATE CONTENT >>>>>>
I have copied from Xstore parent theme the directory and its elements:
wp-content/themes/xstore-child/framework/customizer/theme-options/woocommerce/single-product
I imagine that i must add the hook about the countdown on the file ‘global.php or layout.php”?
i have copied this folder for keep modification if never an update erase the modification: is it that i must do? i don’t know if this “HOOK” can be the alone line in one of the “customizer/theme-options/woocommerce/single-product/layout.php or global.php” (in this idea that the alone line put on one of this file should be adding the hook on the “normal file in use” ??
i hope i explain good…?
awaiting reply from you
thanks in advance
Hi
the team dev for the plugin answer to me:
we are loading countdown template with this:
add_action( ‘woocommerce_lottery_before_participate’, ‘woocommerce_lottery_countdown_template’ );
in includes\class-wc-lottery.php line 296
On the public function for public side i have this code, is this that you mean about “hook” ?
Hi
i ask the question bout hook at the developer of the plugin.
for FTP access, you must use plugin FTP Manager or similar because i use Google Cloud SSH Access.
Thanks
See private part, thanks
Thanks!