2017 © Pedro Peláez
 

wordpress-plugin wp-cxense

This plugin integrates your site with cXense by adding meta tags and calling the cXense api

image

benjaminmedia/wp-cxense

This plugin integrates your site with cXense by adding meta tags and calling the cXense api

  • Wednesday, July 25, 2018
  • by alfhen
  • Repository
  • 13 Watchers
  • 1 Stars
  • 2,527 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 93 Versions
  • 14 % Grown

The README.md

Bonnier Publications - WordPress cXense plugin

This plugin enables your WordPress site to integrate with cXense. It adds the meta tags and scripts needed by cXense in order to scan your site. It also calls cXense whenever you make changes to your content. Finally it adds the possibility to save a cXense recommendation widget per content type and provides hooks to call them in your view/theme., (*1)

Requirements

  • WordPress 4.3 or higher
  • Language support (Optional) Polylang plugin must installed and activated version 1.8.4 or higher
  • PHP 7.1 or higher

Installation/Configuration

Install through composer:, (*2)

``` bash composer require benjaminmedia/wp-cxense, (*3)


Download lastest release from: https://github.com/BenjaminMedia/wp-cxense/releases And unzip and place in your /wp-content/plugins directory. #### Settings Once you have installed and activated the plugin then make sure that you have a set of api credentials for the cXense API. Once you have your credentials you may go to the settings page labeled cXense. Here you must enter your ```cXense Site ID```, ```cXense API user```, ```cXense API key``` and finally your ```cXense Organisation prefix```. ##### Remember the plugin will not work until you check the ```Enable``` switch in the settings page --- ### Widgets The plugin will generate a ```CX Widget ID``` settings field for each post type you have available on your WordPress Installation. Here you must enter the cXense recommendation widget ID that you would like represented on your content type. For debug purpose you can enable or disable the query cache. It is recommended to be enabled in production. SortBy Widget ID will be only used for widgets sortby options in wp-base. #### Rendering widgets In order to render the widgets available for your post you should make sure that you have filled out the ```CX widget ID``` field in the plugin settings page. When rendering the widgets the plugin provides you with two options: 1. Let cXense render the HTML of the widgets 2. Get the data and for the widget and build the HMTL yourself Once you have picked the method you want to use you should go to the theme file that represents the single view of your post_type from this file you may call the following methods to get the widget data: ###### Let cXense render the HTML of the widgets ``` php WpCxense::instance()->render_widget();

The sample output of this function could look like:, (*4)

``` html, (*5)

---

###### Get the data and for the widget and build the HMTL yourself

``` php

WpCxense::instance()->get_widget_data();

The sample output of this function could look like:, (*6)

``` php, (*7)

array (size=12) 0 => object(stdClass)[2636] public 'recs-articleid' => string '795' (length=3) public 'bod-pagetype' => string 'recipe' (length=6) public 'dominantthumbnail' => string 'http://content-thumbnail.cxpublic.com/content/dominantthumbnail/f95381682e3604de99d30788b24fb3a1538616ee.jpg?57e79849' (length=117) public 'dominantthumbnaildimensions' => string '300x236' (length=7) public 'title' => string 'Hindbærsmoothie med æble og lakrids' (length=37) public 'click_url' => string 'http://api.cxense.com/public/widget/click/HV4bL7qxuVIVUmrMEsh4zQ6S2A5_BkkxEuByIzyDKMZAYCrJlJOTpy7QFvYxf7dkW0ljBE_55ig9vYxG3FNaXmKGsr03HH5w1wa7-E6mbJI-gdqHJNx6pgIjvKyM8TUGnhfwe0NsyjAkgzirNM66WfPhG9_Z9lsiWIJauO3C82KWYdRhA99EBXg6Ynsh9xwIq62wNJAaj_OPTVFhUuGiLxW7uVQ4DNT0BjRcn8ne0Uq6y8Ew0DYUDCfCFp6DwOy_D9MK7j5wpKSfRykLOGNNo35udNcfALBcZJfoMZ7Uqgs19IZeGrAv11RDIz1cNBmWq3yEn-QKqeKFgK7cqwjKeCr91PERbwGbDu4kN9xkv1NPjTK1M_attpQjlCLy3E9_JstO-aCxP6XtmtnIExUnl1Qq7iVPXAbP3fxlT3wmIOetk4IvoGKsXhdFkRIMCD1owQwY27bVvzwuPCgTXJ-7UO'... (length=599) public 'url' => string 'http://maaltid.nu/opskrifter/hindbaersmoothie-med-aeble-og-lakrids' (length=66) 1 => object(stdClass)[2672] public 'recs-articleid' => string '1369' (length=4) public 'bod-pagetype' => string 'recipe' (length=6) public 'dominantthumbnail' => string 'http://content-thumbnail.cxpublic.com/content/dominantthumbnail/6b0ddce458039f3905b5b3515356002536ab614c.jpg?57ea261a' (length=117) public 'dominantthumbnaildimensions' => string '300x236' (length=7) public 'title' => string 'Italiensk til middag: Risotto med 2 slags græskar og salvie' (length=60) public 'click_url' => string 'http://api.cxense.com/public/widget/click/mLsD8MoXunkEcOtky6wQJXpRjzYcvvrFoXsONQdOI5FDqsmnlun6sVcaK-PIsvyT9KoXSvOKxiS4wzBrjGb0PaCtk_1bFn88sHSzq7LJF4CL7-Q4-50nJl3JC3oyrnAM1W_Cub7qXcAHSFmBjVkBjAGRaiA_F-Du9Y1q2by9YikilWco43hRZeUHVyQ2RLOZ7as8C1SeEXdKHeDi8HT5SGqMox-hAdBhwHNLtXLdJ_t1u9G90QOmQw-xitTc4PUknHSdtPyiDgYrBNNxHhOehs0_wHKGxka4k-g6VOAo7ovFGF2aRB-32QAqSPu_ohd-nNO_J0tEMll1uofTI9XCePnkI2O1W0Cq6MkEcyWVZQ-72hWiTrfn2z8x-BRd9ZE8cFvdWV8OU-Ojf02KEKesGfVgUltFY-HLImdE2NCkGV-jk7RoHYXesghIvfTufvKnMORmayI5lkLDZQ5Dp7u9wh'... (length=613) public 'url' => string 'http://maaltid.nu/opskrifter/kom-i-godt-humor-med-graeskarrisotto-med-salvie' (length=76) 2 => ..., (*8)


### Documents #### Searching documents If the key 'query' is missing from the search array then a [DocumentSearchMissingSearch](https://github.com/BenjaminMedia/wp-cxense/blob/search_documents/src/Bonnier/WP/Cxense/Exceptions/DocumentSearchMissingSearch.php) exception is thrown. ##### Search ``` php WpCxense::instance()->search_documents([ 'query' => 'search_term', // mandatory 'page' => 1, // optional, defaults to 1 'count' => 10, // optional, defaults to 10 'filter_operator => 'AND', // optional, defaults to OR 'filter' => [ // optional 'field' => [ 'value', ], ], 'filter_exclude' => [ // optional 'field' => [ 'value', ], ], 'facets' => [ // optional 0 => [ 'type' => 'string', 'field' => 'field' ], 1 => [ 'type' => 'string', 'field' => 'field' ] ], 'spellcheck' => true, // optional 'highlights' => [ // optional 0 => [ 'field' => 'body', 'start' => '<em>', 'stop' => '</em>', 'length' => 50 ] ] ]);

Searching documents will return an object of the following format:, (*9)

``` php object(stdClass)[543] public 'facets' => array (size=2) 0 => object(stdClass)[538] public 'buckets' => array (size=6) ... 1 => object(stdClass)[542] public 'buckets' => array (size=3) ... public 'totalCount' => int 79 public 'matches' => array (size=10) 0 => object(Bonnier\WP\Cxense\Parsers\Document)[521] public 'id' => string '551790ba522b4b9427ca947e1b3353e137d78a85' (length=40) public 'siteId' => string '1129402680464567580' (length=19) public 'score' => float 2.0455377 public 'fields' => array (size=10) ... public 'highlights' => array (size=1) ... public 'spellcheck' => array (size=1) 0 => object(stdClass)[663] public 'term' => string 'mor' (length=3) public 'suggestions' => array (size=0) ..., (*10)


The 'matches' key contains an array of objects that have the 'fields' value accessible directly through the magic method __get(). This means that you can call any field from the 'fields' with the direct pointer: ``` php $objResults->matches[0]->author;

A complete document result looks like: ``` php object(Bonnier\WP\Cxense\Parsers\Document)[710] public 'id' => string '551790ba522b4b9427ca947e1b3353e137d78a85' (length=40) public 'siteId' => string '1129402680464567580' (length=19) public 'score' => float 0.40566906 public 'fields' => array (size=9) 0 => object(stdClass)[715] public 'field' => string 'author' (length=6) public 'value' => string 'i form' (length=6) 1 => object(stdClass)[718] public 'field' => string 'bod-cat' (length=7) public 'value' => string 'Sund graviditet' (length=15) 2 => object(stdClass)[719] public 'field' => string 'bod-cat-top' (length=11) public 'value' => string 'Sundhed' (length=7) 3 => object(stdClass)[720] public 'field' => string 'bod-cat-url' (length=11) public 'value' => string 'http://iform.dk/sundhed/sund-graviditet' (length=39) 4 => object(stdClass)[721] public 'field' => string 'bod-pagetype' (length=12) public 'value' => string 'article' (length=7) 5 => object(stdClass)[722] public 'field' => string 'description' (length=11) public 'value' => string 'Går du med babytanker, har du en fordel, hvis du bor tæt på din mor.' (length=71) 6 => object(stdClass)[723] public 'field' => string 'recs-publishtime' (length=16) public 'value' => string '2015-04-19T22:00:00.000Z' (length=24) 7 => object(stdClass)[724] public 'field' => string 'title' (length=5) public 'value' => string 'Din mor øger dine baby-chancer' (length=31) 8 => object(stdClass)[725] public 'field' => string 'url' (length=3) public 'value' => string 'http://iform.dk/sundhed/sund-graviditet/din-mor-kan-hjaelpe-til-familieforoegelsen' (length=82), (*11)


#### Widget documents If the key 'widget_id' is missing from the input array then a [WidgetMissingId](https://github.com/BenjaminMedia/wp-cxense/blob/search_documents/src/Bonnier/WP/Cxense/Exceptions/WidgetMissingId.php) exception is thrown. Example how to fetch cxense data ``` php WidgetDocumentQuery::make() ->addContext('url', get_permalink()) ->setMatchingMode($this->getCxenseTaxonomy()) ->addParameter('pageType', 'article gallery story') ->setCategories(array($this->getCategory())) ->setTags(array($this->getTag())) ->get();

Recently viewed by user 'TAX_RECENT'

This type of taxonomy requires user browser cookie. In order to fetch it from the browser console you can use, (*12)

cX.getUserId()

The Versions

25/07 2018

dev-IVD

dev-IVD https://github.com/BenjaminMedia/wp-cxense

This plugin integrates your site with cXense by adding meta tags and calling the cXense api

  Sources   Download

The Requires

 

by Alf Henderson

plugin wordpress

25/07 2018

2.0.0

2.0.0.0 https://github.com/BenjaminMedia/wp-cxense

This plugin integrates your site with cXense by adding meta tags and calling the cXense api

  Sources   Download

The Requires

 

by Alf Henderson

plugin wordpress

25/07 2018

dev-IVD-97/clean-wp-install

dev-IVD-97/clean-wp-install https://github.com/BenjaminMedia/wp-cxense

This plugin integrates your site with cXense by adding meta tags and calling the cXense api

  Sources   Download

The Requires

 

by Alf Henderson

plugin wordpress

18/06 2018

dev-master

9999999-dev https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

18/06 2018

v1.2.19

1.2.19.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

18/06 2018

dev-WILL-708/related-articles-bug

dev-WILL-708/related-articles-bug https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

11/04 2018

v1.2.18

1.2.18.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

11/04 2018

dev-WILL-487/fix-compatibility

dev-WILL-487/fix-compatibility https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

11/04 2018

v1.2.17

1.2.17.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

11/04 2018

v1.2.16

1.2.16.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

11/04 2018

dev-revert-68-revert-67-WILL-333/bob-search-page

dev-revert-68-revert-67-WILL-333/bob-search-page https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

09/04 2018

v1.2.15

1.2.15.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

09/04 2018

dev-version-increment

dev-version-increment https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

09/04 2018

dev-revert-67-WILL-333/bob-search-page

dev-revert-67-WILL-333/bob-search-page https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

07/04 2018

v1.2.14

1.2.14.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

06/04 2018

v1.2.13

1.2.13.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

06/04 2018

dev-WILL-333/bob-search-page

dev-WILL-333/bob-search-page https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

23/03 2018

v1.2.12

1.2.12.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

23/03 2018

dev-remove-dd

dev-remove-dd https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

23/03 2018

dev-WILL-382/added-a-more-simple-way-to-query

dev-WILL-382/added-a-more-simple-way-to-query https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

20/03 2018

v1.2.11

1.2.11.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

06/03 2018

v1.2.10

1.2.10.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

06/03 2018

dev-WILL-209/add-recommendable

dev-WILL-209/add-recommendable https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

27/02 2018

dev-WILL-237/add-settings-field

dev-WILL-237/add-settings-field https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

14/02 2018

v1.2.9

1.2.9.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

13/02 2018

dev-WILL-152/contextualUrls-widgets

dev-WILL-152/contextualUrls-widgets https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

07/02 2018

v1.2.8

1.2.8.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

06/02 2018

dev-WILL-56/fix-multi-select

dev-WILL-56/fix-multi-select https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

17/01 2018

dev-revert-58-FORD-247/make-compatible-with-older-php

dev-revert-58-FORD-247/make-compatible-with-older-php https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

17/01 2018

v1.2.7

1.2.7.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

17/01 2018

dev-FORD-247/make-compatible-with-older-php

dev-FORD-247/make-compatible-with-older-php https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

17/01 2018

v1.2.6

1.2.6.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

14/12 2017

v1.2.5

1.2.5.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

14/12 2017

dev-bugfix-parser-errors

dev-bugfix-parser-errors https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

12/12 2017

v1.2.4

1.2.4.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

30/11 2017

dev-GDS-397/add-commercial-type-data-to-cxense

dev-GDS-397/add-commercial-type-data-to-cxense https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

23/11 2017

v1.2.3

1.2.3.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

20/11 2017

v1.2.2

1.2.2.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

08/11 2017

v1.2.1

1.2.1.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

31/10 2017

v1.2.0

1.2.0.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

29/09 2017

v1.1.23

1.1.23.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

28/09 2017

dev-GDS-375/fix-organisation

dev-GDS-375/fix-organisation https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

25/09 2017

v1.1.22

1.1.22.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

25/09 2017

dev-feature-page-type-fix

dev-feature-page-type-fix https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

22/09 2017

v1.1.21

1.1.21.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

22/09 2017

dev-bugfix-warning-undefined-variable

dev-bugfix-warning-undefined-variable https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

21/09 2017

v1.1.20

1.1.20.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

20/09 2017

dev-feature-custom-taxonomies-settings

dev-feature-custom-taxonomies-settings https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

18/09 2017

v1.1.19

1.1.19.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

15/09 2017

v1.1.18

1.1.18.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

15/09 2017

dev-feature-bugfix-filtering

dev-feature-bugfix-filtering https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

15/09 2017

v1.1.17

1.1.17.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

15/09 2017

dev-GDS-272-search-sorting

dev-GDS-272-search-sorting https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

07/09 2017

v1.1.16

1.1.16.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

07/09 2017

dev-use-cache-service

dev-use-cache-service https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

05/09 2017

v1.1.15

1.1.15.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

01/09 2017

v1.1.14

1.1.14.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

29/08 2017

v1.1.13

1.1.13.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

15/08 2017

dev-cleanup

dev-cleanup https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

15/08 2017

v1.1.12

1.1.12.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

15/08 2017

dev-bugfix-exception-on-empty-widget

dev-bugfix-exception-on-empty-widget https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

15/08 2017

v1.1.11

1.1.11.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

14/08 2017

v1.1.10

1.1.10.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

14/08 2017

dev-GDS-275/fix-expected-wp-term-error

dev-GDS-275/fix-expected-wp-term-error https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

08/08 2017

v1.1.9

1.1.9.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

08/08 2017

dev-syntax-error

dev-syntax-error https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

08/08 2017

v1.1.8

1.1.8.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

31/07 2017

v1.1.7

1.1.7.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

26/07 2017

v1.1.6

1.1.6.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

14/07 2017

v1.1.5

1.1.5.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

12/07 2017

v1.1.4

1.1.4.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

05/07 2017

v1.1.3

1.1.3.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

05/07 2017

dev-GDS-192/feature-rest-api

dev-GDS-192/feature-rest-api https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

15/06 2017

v1.1.2

1.1.2.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

13/06 2017

v1.1.1

1.1.1.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

09/06 2017

v1.1.0

1.1.0.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

09/06 2017

dev-feature-filter-metatag

dev-feature-filter-metatag https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

02/06 2017

v1.0.10

1.0.10.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

31/05 2017

v1.0.9

1.0.9.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

31/05 2017

v1.0.8

1.0.8.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

29/05 2017

v1.0.7

1.0.7.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

17/05 2017

dev-feature-meta-tags

dev-feature-meta-tags https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

10/10 2016

v1.0.6

1.0.6.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

10/10 2016

dev-bugfix-polylang-support

dev-bugfix-polylang-support https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

07/10 2016

v1.0.5

1.0.5.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

03/10 2016

v1.0.4

1.0.4.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

03/10 2016

dev-feature-cxense-api-call

dev-feature-cxense-api-call https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

28/09 2016

v1.0.3

1.0.3.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

28/09 2016

dev-feature-no-iframe-widget

dev-feature-no-iframe-widget https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

28/09 2016

v1.0.2

1.0.2.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

28/09 2016

v1.0.1

1.0.1.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

28/09 2016

dev-initial-working-version

dev-initial-working-version https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress

27/09 2016

v1.0.0

1.0.0.0 https://github.com/BenjaminMedia/wp-cxense

Log in users from the WA platform

  Sources   Download

The Requires

  • php >=5.6

 

by Alf Henderson

plugin wordpress