sonali.p
Forum Replies Created
-
Forum: Plugins
In reply to: [Plainview Activity Monitor] Click event trackerI replaced that, still it’s not working for me.
Forum: Plugins
In reply to: [Plainview Activity Monitor] Click event trackerThis is my wp_ajax_search_result.php file.
<?php
namespace hooks;
class wp_ajax_search_result extends \plainview\wordpress\activity_monitor\hooks\hook
{
public function log()
{
$link = ‘www.example.com’;
$title = $_POST[‘pdf_ids’]; /**this is my ajax output which is comes from js file and that is right */
$s = $this->activity_monitor()->_(‘Popup viewed: %s‘, $link, $title);
$this->html_and_execute($s);
}
}AND this is my hooks.php file
<?php
/*
Author: Sonali
Plugin Name: Activity Monitor Example 1
Version: 1
*/
namespace hooks;
class Activity_Monitor_Example_1
{
public function __construct()
{
add_action(‘plainview_activity_monitor_manifest_hooks’, [ $this, ‘plainview_activity_monitor_manifest_hooks’ ]);
}
public function plainview_activity_monitor_manifest_hooks($action)
{
require_once(‘wp_ajax_search_result.php’);
$hook = new wp_ajax_search_result();
$hook->register_with($action->hooks);
}
}new Activity_Monitor_Example_1();
Thanks for you reply,it’s because of woocommerce old vesion 2.4.13.Thanks for your support.
Forum: Reviews
In reply to: [WooCommerce PayU India (PayUmoney - PayUbiz)] Onsite paymentCan’t we use any test account for onsite payment?
Forum: Reviews
In reply to: [WooCommerce PayU India (PayUmoney - PayUbiz)] Onsite paymentthanks a lot to give me fast and helpful reply ??
Forum: Reviews
In reply to: [WooCommerce PayU India (PayUmoney - PayUbiz)] Onsite paymentis there any way to do onsite payment …i mean when we place order it will redirect to payu website to do the payment process…..i want that all things on my site…all forms and payment details in my own checkout page…..
Forum: Plugins
In reply to: [WP Edit] how to put editor in my pluginis there any shortcode that i used any where to attach editor?
Forum: Plugins
In reply to: [WP-PostRatings] site specific votesin current system it will give page specific votes,i need it same in all pages for site