Skip to content

Instantly share code, notes, and snippets.

View landsman's full-sized avatar

Michal Landsman landsman

View GitHub Profile
<?php
// CSV export Sunlight CMS for Wordpress, with plugin: https://wordpress.org/plugins/really-simple-csv-importer/
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
/* --- kontrola jadra --- */
if(!defined('_core')) exit;
// AJAX paging
jQuery('.pagination a').live('click',
function(e)
{
//check when pagination link is clicked and stop its action.
e.preventDefault();
var mainWrapper = '#page-content .container';
var mainContent = '#content';
var link = jQuery(this).attr('href'); //Get the href attribute