\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{David Bullock (DavidJBullock)} \pdfinfo{ /Title (memberium-infusionsoft-for-wordpress.pdf) /Creator (Cheatography) /Author (David Bullock (DavidJBullock)) /Subject (Memberium - Infusionsoft for WordPress Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{63A366} \definecolor{LightBackground}{HTML}{F5F9F5} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{Memberium - Infusionsoft for WordPress Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{David Bullock (DavidJBullock)} via \textcolor{DarkBackground}{\uline{cheatography.com/20134/cs/2971/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}David Bullock (DavidJBullock) \\ \uline{cheatography.com/davidjbullock} \\ \uline{\seqsplit{www}.webpowerandlight.com/} \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 21st December, 2014.\\ Updated 2nd June, 2016.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{2} \begin{tabularx}{8.4cm}{x{3.52 cm} x{4.48 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{TXTFMT Text processing Types}} \tn % Row 0 \SetRowColor{LightBackground} addslashes & bin2hex \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} convert\_uudecode & convert\_uuencode \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} crc32 & crypt \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \seqsplit{html\_entity\_decode} & html\_entities \tn % Row Count 5 (+ 2) % Row 4 \SetRowColor{LightBackground} htmlspecialchars & \seqsplit{htmlspecialchars\_decode} \tn % Row Count 7 (+ 2) % Row 5 \SetRowColor{white} lcfirst & ltrim \tn % Row Count 8 (+ 1) % Row 6 \SetRowColor{LightBackground} md5 & nl2br \tn % Row Count 9 (+ 1) % Row 7 \SetRowColor{white} remove\_accents & rtrim \tn % Row Count 10 (+ 1) % Row 8 \SetRowColor{LightBackground} sha1 & str\_rot13 \tn % Row Count 11 (+ 1) % Row 9 \SetRowColor{white} stripslashes & strlen \tn % Row Count 12 (+ 1) % Row 10 \SetRowColor{LightBackground} strrev & strtolower \tn % Row Count 13 (+ 1) % Row 11 \SetRowColor{white} strtoupper & ucfirst \tn % Row Count 14 (+ 1) % Row 12 \SetRowColor{LightBackground} trim & ucwords \tn % Row Count 15 (+ 1) % Row 13 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{wptexturize} \tn % Row Count 16 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Text Formatting codes can be combined by separating them with commas. The list is processed in left to right order.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{4.16 cm} x{3.84 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Shortcode Attribute Placeholders}} \tn % Row 0 \SetRowColor{LightBackground} \{\{affiliate.fieldname\}\} & \{\{contact.fieldname\}\} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \{\{cookie.fieldname\}\} & \{\{get.fieldname\}\} \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} \{\{field.fieldname\}\} & \{\{ip\_address\}\} \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} \{\{post.fieldname\}\} & \{\{random.MIN,MAX\}\} \tn % Row Count 5 (+ 1) % Row 4 \SetRowColor{LightBackground} \{\{session.fieldname\}\} & \textless{}\textless{}:: {\emph{and}} ::\textgreater{}\textgreater{} \tn % Row Count 7 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Shortcode attribute placeholders only work in Memberium shortcodes.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{5.76 cm} x{2.24 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{BadgeOS}} \tn % Row 0 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_award\_achievement{]}` & id \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_list\_achievements{]}` & {\emph{No Parameters}} \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_revoke\_achievement{]}` & id \tn % Row Count 6 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{GravityForms AutoFill Codes}} \tn % Row 0 \SetRowColor{LightBackground} memb\_city & memb\_country \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} memb\_email & memb\_firstname \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} memb\_lastname & memb\_phone \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} memb\_postalcode & memb\_streetaddress1 \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} memb\_streetaddress2 & memb\_state \tn % Row Count 5 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.92 cm} x{4.08 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Browser Shortcodes}} \tn % Row 0 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_is\_browser{]}` & browser, capture, os, txtfmt, type, user \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_is\_chrome{]}` & capture, txtfmt \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_is\_facebook\_crawler{]}` & txtfmt \tn % Row Count 7 (+ 3) % Row 3 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_is\_feed{]}` & capture, txtfmt \tn % Row Count 9 (+ 2) % Row 4 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_is\_gecko{]}` & capture, txtfmt \tn % Row Count 11 (+ 2) % Row 5 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_is\_googlebot{]}` & txtfmt \tn % Row Count 13 (+ 2) % Row 6 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_is\_ie{]}` & capture, txtfmt \tn % Row Count 15 (+ 2) % Row 7 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_is\_iphone{]}` & capture, txtfmt \tn % Row Count 17 (+ 2) % Row 8 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_is\_lynx{]}` & capture, txtfmt \tn % Row Count 19 (+ 2) % Row 9 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_is\_macie{]}` & capture, txtfmt \tn % Row Count 21 (+ 2) % Row 10 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_is\_ns4{]}` & capture, txtfmt \tn % Row Count 23 (+ 2) % Row 11 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_is\_opera{]}` & capture, txtfmt \tn % Row Count 25 (+ 2) % Row 12 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_is\_safari{]}` & capture, txtfmt \tn % Row Count 27 (+ 2) % Row 13 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_is\_ssl{]}` & capture, txtfmt \tn % Row Count 29 (+ 2) % Row 14 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_is\_winie{]}` & capture, txtfmt \tn % Row Count 31 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{4.24 cm} x{3.76 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{GeoIP}} \tn % Row 0 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_geoip{]}` & capture, field, txtfmt \tn % Row Count 2 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.84 cm} x{4.16 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{WordPress Shortcodes}} \tn % Row 0 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_get\_permalink{]}` & capture, leavename, post\_id, txtfmt \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_gravatar{]}` & alt, capture, default, email, rating, size, title \tn % Row Count 5 (+ 3) % Row 2 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_http\_post{]}` & url \tn % Row Count 7 (+ 2) % Row 3 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_include\_page{]}` & capture, field, id, txtfmt, type \tn % Row Count 9 (+ 2) % Row 4 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_include\_partial{]}` & capture, field, id, txtfmt, type \tn % Row Count 11 (+ 2) % Row 5 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_include\_post{]}` & capture, field, id, txtfmt, type \tn % Row Count 13 (+ 2) % Row 6 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_loginform{]}` & button\_label, form\_id, password\_label, redirect, remember\_label, show, username\_label \tn % Row Count 18 (+ 5) % Row 7 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_logout{]}` & {\emph{No Parameters}} \tn % Row Count 20 (+ 2) % Row 8 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_logout\_link{]}` & capture, linktext, url \tn % Row Count 22 (+ 2) % Row 9 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_set\_cookie{]}` & domain, expiration, httponly,name, path, secure, value \tn % Row Count 25 (+ 3) % Row 10 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_redirect{]}` & automatic, forcejs, target, url \tn % Row Count 27 (+ 2) % Row 11 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_registration\_date{]}` & capture, date\_format, txtfmt \tn % Row Count 29 (+ 2) % Row 12 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{\{\{nobreak\}\}`{[}memb\_registration\_url{]}`} \tn % Row Count 30 (+ 1) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{3.84 cm} x{4.16 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{WordPress Shortcodes (cont)}} \tn % Row 13 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_send\_password{]}` & buttontext, emailtext, successurl, template\_id \tn % Row Count 3 (+ 3) % Row 14 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_wp\_user{]}` & capture, fieldname, txtfmt \tn % Row Count 5 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.76 cm} x{4.24 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Secure Content Shortcodes}} \tn % Row 0 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_s3\_link{]}` & action\_ids, bucket, debug, direct\_link, expiring, fus\_ids, goals, object, profile, protocol, require\_login, tag\_ids \tn % Row Count 6 (+ 6) % Row 1 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_php\_include{]}` & capture, filename, txtfmt \tn % Row Count 8 (+ 2) % Row 2 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_php\_include\_once{]}` & capture, filename, txtfmt \tn % Row Count 10 (+ 2) % Row 3 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_remote\_post\_get{]}` & authkey, cachetime, capture, field, id, txtfmt, url \tn % Row Count 13 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.68 cm} x{4.32 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{eCommerce Shortcodes}} \tn % Row 0 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_add\_creditcard{]}` & addonly, cardtypes, failureurl, ignoressl, set\_default, successurl, tagid \tn % Row Count 4 (+ 4) % Row 1 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_list\_invoices{]}` & button\_text, date\_format, form\_class, goal, merchant\_id, paid, post, pre, tag\_id, unpaid \tn % Row Count 9 (+ 5) % Row 2 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_one\_click\_sale{]}` & action\_id, button\_url, success\_url, error\_url, css\_class, unavailable\_text \tn % Row Count 13 (+ 4) % Row 3 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{\{\{nobreak\}\}`{[}memb\_one\_click\_sale{]}`} \tn % Row Count 14 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.92 cm} x{4.08 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Custom Memberium Fields}} \tn % Row 0 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_echo{]}` & value \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_getfield{]}` & capture, fields, separator, txtfmt \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_showfield{]}` & capture, fields, separator, txtfmt \tn % Row Count 6 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{2.584 cm} x{2.508 cm} x{2.508 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{8.4cm}}{\bf\textcolor{white}{Complimentary Plugins}} \tn % Row 0 \SetRowColor{LightBackground} \{\{link="http://automationclinic.com/"\}\}AutomationClinic & \{\{link="https://wordpress.org/plugins/badgeos/"\}\}BadgeOS & \{\{link="https://wordpress.org/plugins/bbpress/"\}\}bbPress \tn % Row Count 5 (+ 5) % Row 1 \SetRowColor{white} \{\{link="https://wordpress.org/plugins/geoip-detect/"\}\}GeoIP Detection & \{\{link="https://wordpress.org/plugins/google-analytics-for-wordpress/"\}\}Google Analytics by Yoast & \{\{link="http://www.gravityforms.com/"\}\}GravityForms \tn % Row Count 13 (+ 8) % Row 2 \SetRowColor{LightBackground} \{\{link="https://wordpress.org/plugins/insert-php/"\}\}InsertPHP & \{\{link="http://www.learndash.com/"\}\}LearnDash LMS & \{\{link="https://wordpress.org/plugins/menu-items-visibility-control/"\}\}Menu Item Visibility Control \tn % Row Count 21 (+ 8) % Row 3 \SetRowColor{white} \{\{link="http://problogger.com/download-centre/sticky-top-bar-messenger/"\}\}ProBlogger's Sticky Top Bar Messenger & \{\{link="https://wordpress.org/plugins/raw-html/"\}\}Raw HTML & \{\{link="https://wordpress.org/plugins/widget-logic/"\}\}Widget Logic \tn % Row Count 30 (+ 9) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{2.584 cm} x{2.508 cm} x{2.508 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{8.4cm}}{\bf\textcolor{white}{Complimentary Plugins (cont)}} \tn % Row 4 \SetRowColor{LightBackground} \{\{link="https://wordpress.org/plugins/woocommerce/"\}\}WooCommerce & \{\{link="https://wordpress.org/plugins/wordpress-seo/"\}\}WordPress SEO & \{\{link="https://wordpress.org/plugins/zen-menu-logic/"\}\}Zen Menu Logic \tn % Row Count 6 (+ 6) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{5.52 cm} x{2.48 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Miscellaneous Shortcodes}} \tn % Row 0 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_license\_status{]}` & capture ,txtfmt \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_plusthis{]}` & url \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_version{]}` & capture, txtfmt \tn % Row Count 6 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.76 cm} x{4.24 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Infusionsoft Shortcodes}} \tn % Row 0 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_achieve\_goal{]}` & call\_name, integration \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_action\_link{]}` & action\_ids, debug, fus\_ids, goals, redirect, tagids, url \tn % Row Count 5 (+ 3) % Row 2 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_add\_fus{]}` & fus\_id, fus\_ids \tn % Row Count 7 (+ 2) % Row 3 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_affiliate\_login{]}` & class, label, style \tn % Row Count 9 (+ 2) % Row 4 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_filebox\_link{]}` & capture, file\_id, file\_name, text \tn % Row Count 11 (+ 2) % Row 5 \SetRowColor{white} \{\{nobreak\}\}`{[}{[}memb\_filebox\_url{]}` & capture, file\_id, file\_name, \tn % Row Count 13 (+ 2) % Row 6 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_orderform{]}` & autofill, branding, button\_url, cache, capture, form\_id, form\_url, remove\_styles \tn % Row Count 17 (+ 4) % Row 7 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_pause\_fus{]}` & fus\_id \tn % Row Count 19 (+ 2) % Row 8 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_remove\_fus{]}` & fus\_id \tn % Row Count 21 (+ 2) % Row 9 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_remove\_tag{]}` & tag\_id \tn % Row Count 23 (+ 2) % Row 10 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_run\_actionset{]}` & action\_id, force\_sync \tn % Row Count 25 (+ 2) % Row 11 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_set\_tag{]}` & tag \tn % Row Count 27 (+ 2) % Row 12 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_sync\_contact{]}` & {\emph{No Parameters}} \tn % Row Count 29 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Display Shortcodes}} \tn % Row 0 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_affiliate{]}` & fields, separator, txtfmt, capture \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_contact{]}` & fields, separator, txtfmt, capture, contact\_id \tn % Row Count 5 (+ 3) % Row 2 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_cookie{]}` & capture, default, name, txtfmt \tn % Row Count 7 (+ 2) % Row 3 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_date{]}` & capture, date, format, host\_timezone, txtfmt \tn % Row Count 10 (+ 3) % Row 4 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_default\_excerpt{]}` & capture, txtfmt \tn % Row Count 12 (+ 2) % Row 5 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_get{]}` & capture, default, name, txtfmt \tn % Row Count 14 (+ 2) % Row 6 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_hide{]}` & {\emph{No Parameters}} \tn % Row Count 16 (+ 2) % Row 7 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_infusion\_id{]}` & capture \tn % Row Count 18 (+ 2) % Row 8 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_json\_session{]}` & includepassword, name, omit \tn % Row Count 20 (+ 2) % Row 9 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_list\_subscriptions{]}` & date\_format, fields, orderby, sort, status \tn % Row Count 23 (+ 3) % Row 10 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_optin\_status{]}` & cache, capture, mode, txtfmt \tn % Row Count 25 (+ 2) % Row 11 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_owner{]}` & capture, contact\_id, date\_format, default, fields, htmlattr, owner\_id, separator, txtfmt \tn % Row Count 30 (+ 5) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Display Shortcodes (cont)}} \tn % Row 12 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_post{]}` & capture, default, name, txtfmt \tn % Row Count 2 (+ 2) % Row 13 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_quotd{]}` & capture, feedurl, txtfmt \tn % Row Count 4 (+ 2) % Row 14 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_request{]}` & capture, default, name, txtfmt \tn % Row Count 6 (+ 2) % Row 15 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_session{]}` & capture, default, name, txtfmt \tn % Row Count 8 (+ 2) % Row 16 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_server{]}` & capture, default, name, txtfmt \tn % Row Count 10 (+ 2) % Row 17 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_set\_prohibited\_action{]}` & action \tn % Row Count 13 (+ 3) % Row 18 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_tag\_date{]}` & capture, date\_format, default, tagids, txtfmt \tn % Row Count 16 (+ 3) % Row 19 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_tag\_name{]}` & capture, delimiter, separator, tagids, txtfmt \tn % Row Count 19 (+ 3) % Row 20 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_user\_counter{]}` & capture, name, op, txtfmt, val \tn % Row Count 21 (+ 2) % Row 21 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_user\_levels{]}` & alt, format \tn % Row Count 23 (+ 2) % Row 22 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{\{\{nobreak\}\}`{[}memb\_login\_url{]}`} \tn % Row Count 24 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.84 cm} x{4.16 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Conditional Shortcodes}} \tn % Row 0 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_compare{]}` & capture, caseinsensitive, not, test, txtfmt, value1, value2 \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_can\_view\_post{]}` & capture, not, postid, txtfmt \tn % Row Count 5 (+ 2) % Row 2 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_ccard\_expires{]}` & days \tn % Row Count 7 (+ 2) % Row 3 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_expires{]}` & capture, txtfmt, until \tn % Row Count 9 (+ 2) % Row 4 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_has\_all\_tags{]}` & capture, not, tagid, tagids, txtfmt \tn % Row Count 11 (+ 2) % Row 5 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_has\_any\_tag{]}` & capture, not, tagid, tagids, txtfmt \tn % Row Count 13 (+ 2) % Row 6 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_has\_creditcard{]}` & capture, not, txtfmt \tn % Row Count 15 (+ 2) % Row 7 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_has\_payf{]}` & capture, levels, strict, txtfmt \tn % Row Count 17 (+ 2) % Row 8 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_hide\_from{]}` & capture, except\_contactid, except\_tagid, tagid, txtfmt \tn % Row Count 20 (+ 3) % Row 9 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_hidefrom{]}` & capture, except\_contactid, except\_tagid, tagid, txtfmt \tn % Row Count 23 (+ 3) % Row 10 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_hidefrom\_feed{]}` & {\emph{No Parameters}} \tn % Row Count 25 (+ 2) % Row 11 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_if{]}` & capture, caseinsensitive, not, test, txtfmt, value1, value2 \tn % Row Count 28 (+ 3) % Row 12 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_if\_cookie{]}` & capture, caseinsensitive, key, test, txtfmt, value \tn % Row Count 31 (+ 3) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{3.84 cm} x{4.16 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Conditional Shortcodes (cont)}} \tn % Row 13 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_if\_get{]}` & capture, caseinsensitive, key, test, txtfmt, value \tn % Row Count 3 (+ 3) % Row 14 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_if\_post{]}` & capture, caseinsensitive, key, test, txtfmt, value \tn % Row Count 6 (+ 3) % Row 15 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_if\_request{]}` & capture, caseinsensitive, key, test, txtfmt, value \tn % Row Count 9 (+ 3) % Row 16 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_if\_user\_counter{]}` & capture, name, test, txtfmt, val \tn % Row Count 11 (+ 2) % Row 17 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_is\_1x\_optin{]}` & capture, exact, txtfmt \tn % Row Count 13 (+ 2) % Row 18 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_is\_2x\_optin{]}` & capture, exact, txtfmt \tn % Row Count 15 (+ 2) % Row 19 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_is\_affiliate{]}` & capture, txtfmt \tn % Row Count 17 (+ 2) % Row 20 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_is\_app\_connected{]}` & capture, txtfmt \tn % Row Count 19 (+ 2) % Row 21 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_is\_excerpt\_only{]}` & capture, txtfmt \tn % Row Count 21 (+ 2) % Row 22 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_is\_logged\_in{]}` & capture, txtfmt \tn % Row Count 23 (+ 2) % Row 23 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_is\_no\_optin{]}` & capture, exact, txtfmt \tn % Row Count 25 (+ 2) % Row 24 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_is\_single{]}` & capture, txtfmt \tn % Row Count 27 (+ 2) % Row 25 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_is\_trackable\_link{]}` & capture, fields, txtfmt \tn % Row Count 29 (+ 2) % Row 26 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_show\_after{]}` & capture, date, date\_format, days, months, tagid, txtfmt, weeks \tn % Row Count 33 (+ 4) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{3.84 cm} x{4.16 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Conditional Shortcodes (cont)}} \tn % Row 27 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_show\_until{]}` & capture, date, date\_format, days, months, tagids, txtfmt, weeks \tn % Row Count 4 (+ 4) % Row 28 \SetRowColor{white} \{\{nobreak\}\}`{[}memb\_is\_not\_admin{]}` & capture, not, txtfmt \tn % Row Count 6 (+ 2) % Row 29 \SetRowColor{LightBackground} \{\{nobreak\}\}`{[}memb\_is\_admin{]}` & capture, not, txtfmt \tn % Row Count 8 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{PHP API Calls}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{memb\_getLoggedIn()} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{memb\_getAffiliateField()} \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{memb\_getUserField()} \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{memb\_hasAllTags()} \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{memb\_hasAnyTags()} \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{memb\_hasMembership()} \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{\seqsplit{memb\_hasMembershipLevel()}} \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{memb\_hasPostAccess()} \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{memb\_is\_loggedin()} \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{\seqsplit{memb\_overrideProhibitedAction()}} \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{memb\_setUserField()} \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{memb\_getContactField()} \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{memb\_getContactId()} \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{memb\_syncContact()} \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{memb\_setTags()} \tn % Row Count 15 (+ 1) % Row 15 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{memb\_setSSOMode()} \tn % Row Count 16 (+ 1) % Row 16 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{memb\_getAppName()} \tn % Row Count 17 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{4.08 cm} x{3.92 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{{[}memb\_user\_levels{]} Formatting Codes}} \tn % Row 0 \SetRowColor{LightBackground} \%\%tagid\%\% & \%\%tagname\%\% \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \%\%membershiplevel\%\% & \%\%membershipname\%\% \tn % Row Count 2 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}